A. System.Data.Interfaces
B. System.Data.Connection
C. System.Data.Common
D. System.Data
Advertisement
Related Mcqs:
- In ASP.NET in form page the object which contains the user name is ________________?
- A. Page.User.IsInRole B. Page.User.Name C. Page.User.Identity D. None of these...
- Which of the following denote page code model in ASP.NET ?
- A. single-file B. code-behind C. Both A and B D. None of the Above...
- What is the out put of Following code String a=”Hello”; String b=”World” String c= a+b Response.Write ( “C “); ?
- A. Hello world B. Hello C. C D. World...
- Which of the following is not a member of ADODBCommand object ?
- A. Open B. ExecuteScalar C. ExecuteReader D. ExecuteStream...
- Which of the following denote ways to manage state in an ASP.Net Application ?
- A. Application objects B. Session objects C. ViewState D. All of the above...
- If one uses ASP.NET configuration system to restrict access which of the following is TRUE ?
- A. The access is restricted only to ASP.NET files B. The access is restricted only to static files and non-ASP.NET resources. C. Both A and B D. None of the Above...
- Which of the following is used to write error message in event Log File ?
- A. System.EnterpriseServices B. System.Diagnostics C. System.Data D. All of the above...
- In ASP.NET what does the following return ?
- A. Gives the memory working set B. Return Null value C. Gives Error D. None of the Above...
- Which of the following is the way to monitor the web application ?
- A. Alerts Snap-ins B. Performance logs C. MMC Event viewers D. All of the above...
- Which of the following is a requirement when merging modified data into a DataSet ?
- A. The DataSet schemas must match in order to merge B. The destination DataSet must be empty prior to merging C. A primary key must be defined on the DataTable objects D. A DataSet must be merged into the same DataSet that created it....
Advertisement